projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec5f0c
)
(compute_motion): Use WIN's frame, not selected one.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Aug 1994 09:15:39 +0000
(09:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Aug 1994 09:15:39 +0000
(09:15 +0000)
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index f1a12fe240c8686ec13fe1d4492944642cbd7fd5..5e09526e6c8934644486607aece4992c37afaed4 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-579,7
+579,7
@@
compute_motion (from, fromvpos, fromhpos, to, tovpos, tohpos, width, hscroll, ta
break;
if (hscroll
|| (truncate_partial_width_windows
- && width + 1 < FRAME_WIDTH (
selected_frame
))
+ && width + 1 < FRAME_WIDTH (
XFRAME (WINDOW_FRAME (win))
))
|| !NILP (current_buffer->truncate_lines))
{
/* Truncating: skip to newline. */